From 80ba0bbaf32289c18bf6d5812257ab7599024eb1 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 8 Feb 2008 19:09:21 +0000 Subject: [PATCH] Unicsv: read "lng" as longitude. --- unicsv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unicsv.c b/unicsv.c index d741e08bd..f3f77f0d1 100644 --- a/unicsv.c +++ b/unicsv.c @@ -132,6 +132,7 @@ static field_t fields_def[] = { { "symb", fld_symbol, STR_ANY }, { "lat", fld_latitude, STR_ANY }, { "lon", fld_longitude, STR_ANY }, + { "lng", fld_longitude, STR_ANY }, { "x", fld_longitude, STR_EQUAL }, { "y", fld_latitude, STR_EQUAL }, { "z", fld_altitude, STR_EQUAL }, -- 2.30.2